Fix kill-this-buffer's detection of minibuffer frames
authorPo Lu <luangruo@yahoo.com>
Sun, 19 May 2024 12:57:09 +0000 (12:57 +0000)
committerPo Lu <luangruo@yahoo.com>
Sun, 19 May 2024 12:57:23 +0000 (12:57 +0000)
commit627d60910b82d35bb5f19fa139de7878cccf082e
treebc5af1cf3e6f8155de3f40f0702c07e5417da6d7
parent931663f1236fafce18022455b4e4e7a0c7f22c2c
Fix kill-this-buffer's detection of minibuffer frames

* lisp/menu-bar.el (kill-this-buffer): Don't test against
menu-updating-frame, because this variable is only meaningful
during menu bar updates.
lisp/menu-bar.el